PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFCmsDigitalSignature Class / setCertificateChain Method
The chain of parent certificates.
In This Topic
    setCertificateChain Method
    In This Topic
    Sets the certificate chain.
    The chain must not include the end certificate used for signing the document. The certificates in the chain must be in "ascending" order. The first certificate is the parent of the certificate used for signing, the second certificate is the parent of first one and so on.
    Syntax
    public void setCertificateChain( 
       PDFX509Certificate[] chain
    )

    Parameters

    chain
    The chain of parent certificates.
    See Also